home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / scripts / fax.script < prev    next >
Text File  |  1997-05-11  |  340b  |  18 lines

  1.  
  2. ;;; Script to receive faxes with the trion BBS system
  3. ;;; When a fax is detected , the BBS will run this script
  4. ;;; to invoke a fax receive with GPFax
  5.  
  6. failat 21
  7.  
  8. rx "address rexx_gpfax openserial"
  9. ; rx "address rexx_gpfax receivenow"
  10. rx "address rexx_gpfax fconreceive"
  11. rx "address rexx_gpfax closeserial"
  12. wait 5
  13.  
  14. failat 10
  15.  
  16. lastcallers
  17.  
  18.